All Questions
Tagged with powershellsecure-coding
1 question
2votes
1answer
205views
Best practice to avoid unintentional side-effects in powershell-scripts
I recently wrote a small PowerShell script to clean a Visual Studio solution. It's used by a small team of 5 persons on a regular basis. I built it in PowershellISE (GUI client) and it works great, ...